home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_2 / clcknmbr.ads < prev    next >
Text File  |  1995-06-21  |  1KB  |  31 lines

  1.            ADS Zone: 1
  2.      ADS Hatch Site: Paul Miller
  3.        ADS Position: ADS Zone 1 STAR
  4.            BBS Name: Lonely Mountain BBS
  5.     Phone Number(s): 804-827-0726
  6.     Network Address: 1:271/292  
  7.      Network Region: 13    
  8.           BBS Hours: 24 Hrs/Day
  9. BBS Mailer/Software: Mebbs-Net Pro BBS
  10.   BBS Storage Space: 2250 Megs + 8 CD Roms
  11.   File Requestable :  <X> Y     < > N
  12. File Request Hours : All The Time
  13.  
  14. - - - - - - - - - - - - - - - - - - - - - - - - - -
  15.  
  16. Short:    ADos script to enter number w/ mouse
  17. Author:   longbow@mcd.on.ca (Seumas McNally)
  18. Uploader: longbow@mcd.on.ca (Seumas McNally)
  19. Type:     util/batch
  20.  
  21. Using only Amiga Dos script language, pops a requstor that lets the user
  22. enter a number digit-by-digit (like on a calculator) by clicking with the
  23. mouse, lets you change the sign of the number, delete digits already
  24. entered, and clear the number.  Also lets you specify a Max, Min, and
  25. Default number when executing it.  Returns value to StdOut and in $cntot.
  26. It's a bit slow and ugly, but it works.
  27.  
  28. Will not work with Dos 1.3, may work with 2.0+, WILL work with 3.0+.
  29. (Requires eval and requestchoice commands that come with Dos 3.0+ and
  30. maybe 2.0+, I don't have 2.0 so I don't know)
  31.